From: Richard M. Stallman Date: Wed, 13 Apr 1994 21:14:54 +0000 (+0000) Subject: (rmail-default-file, rmail-default-rmail-file): New defvars. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92204 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=783d76282f55d8bc3637f8b2c2a4c476c85c241e;p=emacs.git (rmail-default-file, rmail-default-rmail-file): New defvars. --- diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index fa96fb9316b..91a93a4e442 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -37,6 +37,12 @@ NAME-EXP may be a string constant giving the file name to use, or more generally it may be any kind of expression that returns a file name as a string.") +;; These duplicate defvars in rmail.el, for the sake of gnus. +(defvar rmail-default-file nil + "*Default file name for \\[rmail-output].") +(defvar rmail-default-rmail-file (expand-file-name "~/XMAIL") + "*Default file name for \\[rmail-output-to-rmail-file].") + (defun rmail-output-menu (event) "Output current message to another Rmail file, chosen with a menu." (interactive "e")